home *** CD-ROM | disk | FTP | other *** search
- Path: mail2news.demon.co.uk!lorelei.demon.co.uk
- From: John Croudy <john@lorelei.demon.co.uk>
- Newsgroups: comp.lang.c++
- Subject: Re: Help - ERROR: Use C++ with iostream.h - ???
- Date: Sun, 7 Apr 96 17:47:05 GMT
- Organization: home
- Message-ID: <9604071747.AA001nr@lorelei.demon.co.uk>
- References: <31671633.33DD@inforamp.net>
- X-NNTP-Posting-Host: lorelei.demon.co.uk
- X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
- X-Mail2News-Path: relay-4.mail.demon.net!post.demon.co.uk!lorelei.demon.co.uk
-
- On Sat, 06 Apr 1996 20:11:15 -0500, Jim Lynch wrote:
-
- > the UNIX/PowerPC system there, I get an error like "Use C++ with
- > iostream.h". I even renamed the first character in the header file from
-
- As far as I know, this message is a compile-time error that comes out if
- you try to compile <iostream.h> with a C compiler. I think it works by
- checking if C_PLUS_PLUS is defined, and if not, the compilation fails.
-
- The only thing I can think of is to make sure you're using a C++
- compiler. I know it sounds patronising but we all make mistakes.
- Other than that I can't imagine what's wrong.
-
- > an upper case "I" to a lower case "i". Any ideas?
-
- Ouch! You're not meant to do things like that :)
-
- John
- xxxx
-